Class: Aws::ApplicationDiscoveryService::Types::FailedConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::FailedConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
A configuration ID paired with an error message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_id ⇒ String
The unique identifier of the configuration the failed to delete.
-
#error_message ⇒ String
A descriptive message indicating why the associated configuration failed to delete.
-
#error_status_code ⇒ Integer
The integer error code associated with the error message.
Instance Attribute Details
#configuration_id ⇒ String
The unique identifier of the configuration the failed to delete.
1330 1331 1332 1333 1334 1335 1336 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1330 class FailedConfiguration < Struct.new( :configuration_id, :error_status_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A descriptive message indicating why the associated configuration failed to delete.
1330 1331 1332 1333 1334 1335 1336 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1330 class FailedConfiguration < Struct.new( :configuration_id, :error_status_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_status_code ⇒ Integer
The integer error code associated with the error message.
1330 1331 1332 1333 1334 1335 1336 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1330 class FailedConfiguration < Struct.new( :configuration_id, :error_status_code, :error_message) SENSITIVE = [] include Aws::Structure end |