Class: Aws::CognitoIdentity::Types::InternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::InternalErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Thrown when the service encounters an error during processing the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned by an InternalErrorException.
Instance Attribute Details
#message ⇒ String
The message returned by an InternalErrorException.
715 716 717 718 719 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 715 class InternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |