Class: Aws::Snowball::Types::KMSRequestFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::KMSRequestFailedException
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
The provided AWS 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
1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1707 class KMSRequestFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |