Class: Aws::KMS::Types::UnsupportedOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::UnsupportedOperationException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5675 5676 5677 5678 5679 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 5675 class UnsupportedOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |