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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/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)


2628
2629
2630
2631
2632
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2628

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