Class: Aws::AmplifyBackend::Types::RemoveBackendConfigRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::RemoveBackendConfigRespObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The response object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ String
If the request fails, this error is returned.
Instance Attribute Details
#error ⇒ String
If the request fails, this error is returned.
2872 2873 2874 2875 2876 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2872 class RemoveBackendConfigRespObj < Struct.new( :error) SENSITIVE = [] include Aws::Structure end |