Class: Aws::CognitoIdentityProvider::Types::InternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::InternalErrorException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when Amazon Cognito encounters an internal error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when Amazon Cognito throws an internal error exception.
Instance Attribute Details
#message ⇒ String
The message returned when Amazon Cognito throws an internal error exception.
7129 7130 7131 7132 7133 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7129 class InternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |