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)


5499
5500
5501
5502
5503
5504
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5499

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

#descriptionString

The description of the error.

Returns:

  • (String)


5499
5500
5501
5502
5503
5504
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5499

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