QueryError class
A two-part error structure that can occur in ListGroupResources
or SearchResources
operations on CloudFormation stack-based
queries. The error occurs if the CloudFormation stack on which the query is
based either does not exist, or has a status that renders the stack
inactive. A QueryError
occurrence does not necessarily mean
that AWS Resource Groups could not complete the operation, but the resulting
group might have no member resources.
Constructors
- QueryError({QueryErrorCode? errorCode, String? message})
-
QueryError.fromJson(Map<
String, dynamic> json) -
factory
Properties
- errorCode → QueryErrorCode?
-
Possible values are
CLOUDFORMATION_STACK_INACTIVE
andCLOUDFORMATION_STACK_NOT_EXISTING
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
A message that explains the
ErrorCode
value. Messages might state that the specified CloudFormation stack does not exist (or no longer exists). ForCLOUDFORMATION_STACK_INACTIVE
, the message typically states that the CloudFormation stack has a status that is not (or no longer) active, such asCREATE_FAILED
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited