Class: Aws::Account::Types::ConflictException

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

Overview

The request could not be processed because of a conflict in the current status of the resource. For example, this happens if you try to enable a Region that is currently being disabled (in a status of DISABLING).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


72
73
74
75
76
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 72

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