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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationsignals/types.rb

Overview

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 '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 '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 '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 'lib/aws-sdk-applicationsignals/types.rb', line 2115

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