Class: Aws::RTBFabric::Types::ConflictException

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


167
168
169
170
171
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 167

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