Class: Aws::Glue::Types::ResourceNotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ResourceNotReadyException
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A resource was not ready for a transaction.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
21297 21298 21299 21300 21301 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21297 class ResourceNotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |