Class: Aws::CognitoIdentity::Types::InternalErrorException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentity/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

Instance Attribute Details

#messageString

The message returned by an InternalErrorException.

Returns:

  • (String)


715
716
717
718
719
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 715

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