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.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The numeric value of the error.

Returns:

  • (String)


4897
4898
4899
4900
4901
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4897

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

#descriptionString

The description of the error.

Returns:

  • (String)


4897
4898
4899
4900
4901
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4897

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