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

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


996
997
998
999
1000
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 996

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