Class: Aws::QConnect::Types::DependencyFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::DependencyFailedException
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
An error occurred while calling a dependency. For example, calling
connect:DecribeContact as part of CreateSession with a contactArn.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3958 3959 3960 3961 3962 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3958 class DependencyFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |