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)


1013
1014
1015
1016
1017
# File 'lib/aws-sdk-sns/types.rb', line 1013

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