Class: Aws::Snowball::Types::KMSRequestFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::KMSRequestFailedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
The provided Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1680 1681 1682 1683 1684 |
# File 'lib/aws-sdk-snowball/types.rb', line 1680 class KMSRequestFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |