Class: Aws::ARCRegionswitch::Types::IllegalStateException

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

#messageString

Returns:

  • (String)


1150
1151
1152
1153
1154
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1150

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