Class: Aws::ARCZonalShift::Types::ConflictException

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

Overview

The request could not be processed because of conflict in the current state of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


162
163
164
165
166
167
168
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 162

class ConflictException < Struct.new(
  :message,
  :reason,
  :zonal_shift_id)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the conflict exception.

Returns:

  • (String)


162
163
164
165
166
167
168
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 162

class ConflictException < Struct.new(
  :message,
  :reason,
  :zonal_shift_id)
  SENSITIVE = []
  include Aws::Structure
end

#zonal_shift_idString

The zonal shift ID associated with the conflict exception.

Returns:

  • (String)


162
163
164
165
166
167
168
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 162

class ConflictException < Struct.new(
  :message,
  :reason,
  :zonal_shift_id)
  SENSITIVE = []
  include Aws::Structure
end