Class: Aws::ManagedBlockchain::Types::ResourceAlreadyExistsException

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

Overview

A resource request is issued for a resource that already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2579
2580
2581
2582
2583
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2579

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