Class: Aws::Proton::Types::ConflictException

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

Overview

The request couldn't be made due to a conflicting operation or resource.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


450
451
452
453
454
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 450

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