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