Class: Aws::MigrationHub::Types::UnauthorizedOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::UnauthorizedOperation
- Defined in:
- gems/aws-sdk-migrationhub/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
1229 1230 1231 1232 1233 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1229 class UnauthorizedOperation < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |