Class: Aws::KMS::Types::DryRunOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::DryRunOperationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the DryRun parameter was specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2186 2187 2188 2189 2190 |
# File 'lib/aws-sdk-kms/types.rb', line 2186 class DryRunOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |