Class: Aws::ApplicationDiscoveryService::Types::DeletionWarning
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DeletionWarning
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
A configuration ID paired with a warning message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_id ⇒ String
The unique identifier of the configuration that produced a warning.
-
#warning_code ⇒ Integer
The integer warning code associated with the warning message.
-
#warning_text ⇒ String
A descriptive message of the warning the associated configuration ID produced.
Instance Attribute Details
#configuration_id ⇒ String
The unique identifier of the configuration that produced a warning.
799 800 801 802 803 804 805 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 799 class DeletionWarning < Struct.new( :configuration_id, :warning_code, :warning_text) SENSITIVE = [] include Aws::Structure end |
#warning_code ⇒ Integer
The integer warning code associated with the warning message.
799 800 801 802 803 804 805 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 799 class DeletionWarning < Struct.new( :configuration_id, :warning_code, :warning_text) SENSITIVE = [] include Aws::Structure end |
#warning_text ⇒ String
A descriptive message of the warning the associated configuration ID produced.
799 800 801 802 803 804 805 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 799 class DeletionWarning < Struct.new( :configuration_id, :warning_code, :warning_text) SENSITIVE = [] include Aws::Structure end |