Class: Aws::MigrationHubConfig::Types::DryRunOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubConfig::Types::DryRunOperation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubconfig/types.rb
Overview
Exception raised to indicate that authorization of an action was successful, when the ‘DryRun` flag is set to true.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
145 146 147 148 149 |
# File 'lib/aws-sdk-migrationhubconfig/types.rb', line 145 class DryRunOperation < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |