Class: Aws::ApplicationSignals::Types::ServiceLevelObjectiveBudgetReportError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the SLO that this error is related to.

Returns:

  • (String)


2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2115

class ServiceLevelObjectiveBudgetReportError < Struct.new(
  :name,
  :arn,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

The error code for this error.

Returns:

  • (String)


2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2115

class ServiceLevelObjectiveBudgetReportError < Struct.new(
  :name,
  :arn,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The message for this error.

Returns:

  • (String)


2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2115

class ServiceLevelObjectiveBudgetReportError < Struct.new(
  :name,
  :arn,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the SLO that this error is related to.

Returns:

  • (String)


2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2115

class ServiceLevelObjectiveBudgetReportError < Struct.new(
  :name,
  :arn,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end