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
3588 3589 3590 3591 3592 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3588 class ExternalResourceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |