Class: Aws::QBusiness::Types::ExternalResourceException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

An external resource that you configured with your application is returning errors and preventing this operation from succeeding. Fix those errors and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



4262
4263
4264
4265
4266
# File 'lib/aws-sdk-qbusiness/types.rb', line 4262

class ExternalResourceException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end