Class: Aws::MigrationHub::Types::DryRunOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::DryRunOperation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Exception raised to indicate a successfully authorized action when the ‘DryRun` flag is set to “true”.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
345 346 347 348 349 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 345 class DryRunOperation < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |