Class: Aws::CognitoIdentityProvider::Types::InternalErrorException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message returned when Amazon Cognito throws an internal error exception.

Returns:

  • (String)


5693
5694
5695
5696
5697
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5693

class InternalErrorException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end