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 Amazon Web Services KMS key isn’t enabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1087
1088
1089
1090
1091
# File 'lib/aws-sdk-sns/types.rb', line 1087

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