Class: Aws::SNS::Types::InternalErrorException

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

Overview

Indicates an internal service error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


826
827
828
829
830
# File 'lib/aws-sdk-sns/types.rb', line 826

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