Class: Aws::Imagebuilder::Types::DryRunOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DryRunOperationException
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
The dry run operation of the resource was successful, and no resources or mutations were actually performed due to the dry run flag in the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2661 2662 2663 2664 2665 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2661 class DryRunOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |