Class: Aws::EventBridgeV2::Types::ResourceAlreadyExistsException

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

Overview

A resource with the same name already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


2282
2283
2284
2285
2286
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2282

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