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)


3346
3347
3348
3349
3350
3351
3352
3353
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3346

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)


3346
3347
3348
3349
3350
3351
3352
3353
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3346

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

#error_messageString

The message for this error.

Returns:

  • (String)


3346
3347
3348
3349
3350
3351
3352
3353
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3346

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)


3346
3347
3348
3349
3350
3351
3352
3353
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3346

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