Class: Aws::KMS::Types::UnsupportedOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::UnsupportedOperationException
- Includes:
- Structure
- Defined in:
- 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
6108 6109 6110 6111 6112 |
# File 'lib/aws-sdk-kms/types.rb', line 6108 class UnsupportedOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |