Class: Aws::QBusiness::Types::ExternalResourceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ExternalResourceException
- 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
#message ⇒ 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 |