Class: Aws::ARCRegionswitch::Types::IllegalStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::IllegalStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
The operation failed because the current state of the resource doesn’t allow the operation to proceed.
HTTP Status Code: 400
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1330 1331 1332 1333 1334 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1330 class IllegalStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |