Class: Aws::SNS::Types::InvalidStateException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1059
1060
1061
1062
1063
# File 'lib/aws-sdk-sns/types.rb', line 1059

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