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
17003 17004 17005 17006 17007 |
# File 'lib/aws-sdk-connect/types.rb', line 17003 class ResourceNotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |