Class: Aws::MigrationHub::Types::UnauthorizedOperation

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1023
1024
1025
1026
1027
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1023

class UnauthorizedOperation < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end