Class: Aws::Connect::Types::ResourceNotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ResourceNotReadyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The resource is not ready.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
16769 16770 16771 16772 16773 |
# File 'lib/aws-sdk-connect/types.rb', line 16769 class ResourceNotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |