Class: Aws::ManagedBlockchain::Types::ResourceNotReadyException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


2585
2586
2587
2588
2589
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2585

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