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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 [How Key State Affects Use of a Customer Master Key] in the *AWS Key Management Service Developer Guide*.

[1]: docs.aws.amazon.com/kms/latest/developerguide/key-state.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


897
898
899
900
901
# File 'lib/aws-sdk-sns/types.rb', line 897

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