Class: Aws::ARCRegionswitch::Types::IllegalArgumentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::IllegalArgumentException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1314 class IllegalArgumentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |