Class: Aws::ServiceCatalog::Types::RecordError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::RecordError
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
The error code and description resulting from an operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The numeric value of the error.
-
#description ⇒ String
The description of the error.
Instance Attribute Details
#code ⇒ String
The numeric value of the error.
5549 5550 5551 5552 5553 5554 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5549 class RecordError < Struct.new( :code, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the error.
5549 5550 5551 5552 5553 5554 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5549 class RecordError < Struct.new( :code, :description) SENSITIVE = [] include Aws::Structure end |