Class: Aws::ARCRegionswitch::Types::IllegalStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::IllegalStateException
- Defined in:
- gems/aws-sdk-arcregionswitch/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
1297 1298 1299 1300 1301 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1297 class IllegalStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |