Class: Aws::States::Types::KmsAccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::KmsAccessDeniedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Either your KMS key policy or API caller does not have the required permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2251 2252 2253 2254 2255 |
# File 'lib/aws-sdk-states/types.rb', line 2251 class KmsAccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |