Class: Aws::CognitoIdentityProvider::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when Amazon Cognito encounters an internal server error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7571 7572 7573 7574 7575 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7571 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |