Class: Aws::AppRegistry::Types::ConflictException

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

Overview

There was a conflict when processing the request (for example, a resource with the given name already exists within the account).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


387
388
389
390
391
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 387

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