public static interface ErrorDetail.Builder extends SdkPojo, CopyableBuilder<ErrorDetail.Builder,ErrorDetail>
| Modifier and Type | Method and Description |
|---|---|
ErrorDetail.Builder |
errorCode(ErrorCode errorCode)
A brief description of the error.
|
ErrorDetail.Builder |
errorCode(String errorCode)
A brief description of the error.
|
ErrorDetail.Builder |
errorMessage(String errorMessage)
A more complete description of the error.
|
ErrorDetail.Builder |
resourceIds(Collection<String> resourceIds)
An optional field that contains the resource IDs associated with the error.
|
ErrorDetail.Builder |
resourceIds(String... resourceIds)
An optional field that contains the resource IDs associated with the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorDetail.Builder errorCode(String errorCode)
A brief description of the error.
SubnetNotFound: We couldn't find one of the subnets associated with the cluster.
SecurityGroupNotFound: We couldn't find one of the security groups associated with the cluster.
EniLimitReached: You have reached the elastic network interface limit for your account.
IpNotAvailable: A subnet associated with the cluster doesn't have any free IP addresses.
AccessDenied: You don't have permissions to perform the specified operation.
OperationNotPermitted: The service role associated with the cluster doesn't have the required access permissions for Amazon EKS.
VpcIdNotFound: We couldn't find the VPC associated with the cluster.
errorCode - A brief description of the error.
SubnetNotFound: We couldn't find one of the subnets associated with the cluster.
SecurityGroupNotFound: We couldn't find one of the security groups associated with the cluster.
EniLimitReached: You have reached the elastic network interface limit for your account.
IpNotAvailable: A subnet associated with the cluster doesn't have any free IP addresses.
AccessDenied: You don't have permissions to perform the specified operation.
OperationNotPermitted: The service role associated with the cluster doesn't have the required access permissions for Amazon EKS.
VpcIdNotFound: We couldn't find the VPC associated with the cluster.
ErrorCode,
ErrorCodeErrorDetail.Builder errorCode(ErrorCode errorCode)
A brief description of the error.
SubnetNotFound: We couldn't find one of the subnets associated with the cluster.
SecurityGroupNotFound: We couldn't find one of the security groups associated with the cluster.
EniLimitReached: You have reached the elastic network interface limit for your account.
IpNotAvailable: A subnet associated with the cluster doesn't have any free IP addresses.
AccessDenied: You don't have permissions to perform the specified operation.
OperationNotPermitted: The service role associated with the cluster doesn't have the required access permissions for Amazon EKS.
VpcIdNotFound: We couldn't find the VPC associated with the cluster.
errorCode - A brief description of the error.
SubnetNotFound: We couldn't find one of the subnets associated with the cluster.
SecurityGroupNotFound: We couldn't find one of the security groups associated with the cluster.
EniLimitReached: You have reached the elastic network interface limit for your account.
IpNotAvailable: A subnet associated with the cluster doesn't have any free IP addresses.
AccessDenied: You don't have permissions to perform the specified operation.
OperationNotPermitted: The service role associated with the cluster doesn't have the required access permissions for Amazon EKS.
VpcIdNotFound: We couldn't find the VPC associated with the cluster.
ErrorCode,
ErrorCodeErrorDetail.Builder errorMessage(String errorMessage)
A more complete description of the error.
errorMessage - A more complete description of the error.ErrorDetail.Builder resourceIds(Collection<String> resourceIds)
An optional field that contains the resource IDs associated with the error.
resourceIds - An optional field that contains the resource IDs associated with the error.ErrorDetail.Builder resourceIds(String... resourceIds)
An optional field that contains the resource IDs associated with the error.
resourceIds - An optional field that contains the resource IDs associated with the error.Copyright © 2021. All rights reserved.