pub type CreateReportGroupErrorKind = CreateReportGroupError;👎Deprecated: Operation
*Error/*ErrorKind types were combined into a single *Error enum. The .kind field on *Error no longer exists and isn’t needed anymore (you can just match on the error directly since it’s an enum now).Expand description
Do not use this.
Operation *Error/*ErrorKind types were combined into a single *Error enum. The .kind field on *Error no longer exists and isn’t needed anymore (you can just match on the error directly since it’s an enum now).
Aliased Type§
enum CreateReportGroupErrorKind {
AccountLimitExceededException(AccountLimitExceededException),
InvalidInputException(InvalidInputException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
Unhandled(Unhandled),
}Variants§
AccountLimitExceededException(AccountLimitExceededException)
An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.
InvalidInputException(InvalidInputException)
The input value that was provided is not valid.
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same settings already exists.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).