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
1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-sns/types.rb', line 1068 class InvalidStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |