Class: Aws::MigrationHub::Types::UnauthorizedOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::UnauthorizedOperation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Exception raised to indicate a request was not authorized when the ‘DryRun` flag is set to “true”.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1023 1024 1025 1026 1027 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 1023 class UnauthorizedOperation < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |