Class: Aws::SNS::Types::KMSInvalidStateException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb

Overview

The request was rejected because the state of the specified resource isn't valid for this request. For more information, see Key states of Amazon Web Services KMS keys in the Key Management Service Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1214
1215
1216
1217
1218
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1214

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