Class: Aws::ManagedBlockchain::Types::ResourceAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ResourceAlreadyExistsException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
2582 2583 2584 2585 2586 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2582 class ResourceAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |