Class: Aws::ApplicationSignals::Types::ServiceLevelObjectiveBudgetReportError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ServiceLevelObjectiveBudgetReportError
- Defined in:
- gems/aws-sdk-applicationsignals/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.
3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3141 class ServiceLevelObjectiveBudgetReportError < Struct.new( :name, :arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code for this error.
3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3141 class ServiceLevelObjectiveBudgetReportError < Struct.new( :name, :arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The message for this error.
3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3141 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.
3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3141 class ServiceLevelObjectiveBudgetReportError < Struct.new( :name, :arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |