Method: Aws::LakeFormation::Errors::ResourceNotReadyException#initialize
- Defined in:
- lib/aws-sdk-lakeformation/errors.rb
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotReadyException
Returns a new instance of ResourceNotReadyException.
210 211 212 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 210 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |