Class: Aws::ServiceCatalog::Types::RecordError

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

Overview

The error code and description resulting from an operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The numeric value of the error.

Returns:

  • (String)


5549
5550
5551
5552
5553
5554
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5549

class RecordError < Struct.new(
  :code,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the error.

Returns:

  • (String)


5549
5550
5551
5552
5553
5554
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5549

class RecordError < Struct.new(
  :code,
  :description)
  SENSITIVE = []
  include Aws::Structure
end