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

Returns:

  • (String)


3427
3428
3429
3430
3431
# File 'lib/aws-sdk-qbusiness/types.rb', line 3427

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