Class: Aws::ManagedBlockchain::Types::ResourceNotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ResourceNotReadyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
The requested resource exists but isn’t in a status that can complete the operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2632 2633 2634 2635 2636 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2632 class ResourceNotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |