Class: Aws::AmplifyUIBuilder::Types::ResourceConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/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

#messageString

Returns:

  • (String)


2847
2848
2849
2850
2851
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2847

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