Class: Aws::ApplicationSignals::Types::ConflictException

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

Overview

This operation attempted to create a resource that already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


113
114
115
116
117
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 113

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