Class: Aws::QConnect::Types::DependencyFailedException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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