Class: Aws::AmplifyUIBuilder::Types::ResourceConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ResourceConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
The resource specified in the request conflicts with an existing resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2847 2848 2849 2850 2851 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2847 class ResourceConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |