Class: Aws::ApplicationSignals::Types::ServiceLevelObjectiveBudgetReportError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ServiceLevelObjectiveBudgetReportError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
A structure containing information about one error that occurred during a [BatchGetServiceLevelObjectiveBudgetReport] operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the SLO that this error is related to.
-
#error_code ⇒ String
The error code for this error.
-
#error_message ⇒ String
The message for this error.
-
#name ⇒ String
The name of the SLO that this error is related to.
Instance Attribute Details
#arn ⇒ String
The ARN of the SLO that this error is related to.
2115 2116 2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2115 class ServiceLevelObjectiveBudgetReportError < Struct.new( :name, :arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code for this error.
2115 2116 2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2115 class ServiceLevelObjectiveBudgetReportError < Struct.new( :name, :arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The message for this error.
2115 2116 2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2115 class ServiceLevelObjectiveBudgetReportError < Struct.new( :name, :arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the SLO that this error is related to.
2115 2116 2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2115 class ServiceLevelObjectiveBudgetReportError < Struct.new( :name, :arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |