Class: Aws::SNS::Types::InternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::InternalErrorException
- 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
#message ⇒ String
981 982 983 984 985 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 981 class InternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |