Class: Aws::SNS::Types::KMSDisabledException

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

Overview

The request was rejected because the specified customer master key (CMK) isn’t enabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


877
878
879
880
881
# File 'lib/aws-sdk-sns/types.rb', line 877

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