Class: Aws::SNS::Types::KMSOptInRequired

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

Overview

The AWS access key ID needs a subscription for the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


924
925
926
927
928
# File 'lib/aws-sdk-sns/types.rb', line 924

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