Class: Aws::SNS::Types::InvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::InvalidStateException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Indicates that the specified state is not a valid state for an event source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1064 1065 1066 1067 1068 |
# File 'lib/aws-sdk-sns/types.rb', line 1064 class InvalidStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |