Class: Aws::AppRegistry::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ConflictException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
387 388 389 390 391 |
# File 'lib/aws-sdk-appregistry/types.rb', line 387 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |