Class: Aws::CognitoSync::Types::InternalErrorException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitosync/types.rb

Overview

Indicates an internal service error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message returned by InternalErrorException.

Returns:

  • (String)


547
548
549
550
551
# File 'lib/aws-sdk-cognitosync/types.rb', line 547

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