Class: Aws::Snowball::Types::KMSRequestFailedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/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

#messageString

Returns:

  • (String)


1680
1681
1682
1683
1684
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1680

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