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
18610 18611 18612 18613 18614 |
# File 'lib/aws-sdk-connect/types.rb', line 18610 class ResourceNotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |