public static interface QueryError.Builder extends SdkPojo, CopyableBuilder<QueryError.Builder,QueryError>
Modifier and Type | Method and Description |
---|---|
QueryError.Builder |
errorCode(QueryErrorCode errorCode)
Possible values are
CLOUDFORMATION_STACK_INACTIVE and
CLOUDFORMATION_STACK_NOT_EXISTING . |
QueryError.Builder |
errorCode(String errorCode)
Possible values are
CLOUDFORMATION_STACK_INACTIVE and
CLOUDFORMATION_STACK_NOT_EXISTING . |
QueryError.Builder |
message(String message)
A message that explains the
ErrorCode value. |
copy
applyMutation, build
QueryError.Builder errorCode(String errorCode)
Possible values are CLOUDFORMATION_STACK_INACTIVE
and
CLOUDFORMATION_STACK_NOT_EXISTING
.
errorCode
- Possible values are CLOUDFORMATION_STACK_INACTIVE
and
CLOUDFORMATION_STACK_NOT_EXISTING
.QueryErrorCode
,
QueryErrorCode
QueryError.Builder errorCode(QueryErrorCode errorCode)
Possible values are CLOUDFORMATION_STACK_INACTIVE
and
CLOUDFORMATION_STACK_NOT_EXISTING
.
errorCode
- Possible values are CLOUDFORMATION_STACK_INACTIVE
and
CLOUDFORMATION_STACK_NOT_EXISTING
.QueryErrorCode
,
QueryErrorCode
QueryError.Builder message(String message)
A message that explains the ErrorCode
value. Messages might state that the specified
CloudFormation stack does not exist (or no longer exists). For CLOUDFORMATION_STACK_INACTIVE
,
the message typically states that the CloudFormation stack has a status that is not (or no longer) active,
such as CREATE_FAILED
.
message
- A message that explains the ErrorCode
value. Messages might state that the specified
CloudFormation stack does not exist (or no longer exists). For
CLOUDFORMATION_STACK_INACTIVE
, the message typically states that the CloudFormation stack
has a status that is not (or no longer) active, such as CREATE_FAILED
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.