Class: Aws::ARCRegionswitch::Types::IllegalArgumentException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

The request processing has an invalid argument.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1134
1135
1136
1137
1138
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1134

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