Class: Aws::AgentRegistry::Types::BatchGetDiscoverableRegistryRecordError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::BatchGetDiscoverableRegistryRecordError
- Defined in:
- gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb
Overview
Describes why a requested record could not be retrieved.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The machine-readable reason that the record could not be retrieved.
-
#message ⇒ String
An optional human-readable detail about the error.
-
#record_id ⇒ String
The identifier of the record that could not be retrieved, echoed from the request in the same format that you supplied (ARN or record ID).
-
#registry_id ⇒ String
The identifier of the registry the record was requested from, echoed from the request.
Instance Attribute Details
#error_code ⇒ String
The machine-readable reason that the record could not be retrieved.
162 163 164 165 166 167 168 169 |
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 162 class BatchGetDiscoverableRegistryRecordError < Struct.new( :registry_id, :record_id, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
An optional human-readable detail about the error. Do not parse this value programmatically.
162 163 164 165 166 167 168 169 |
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 162 class BatchGetDiscoverableRegistryRecordError < Struct.new( :registry_id, :record_id, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#record_id ⇒ String
The identifier of the record that could not be retrieved, echoed from the request in the same format that you supplied (ARN or record ID).
162 163 164 165 166 167 168 169 |
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 162 class BatchGetDiscoverableRegistryRecordError < Struct.new( :registry_id, :record_id, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The identifier of the registry the record was requested from, echoed from the request.
162 163 164 165 166 167 168 169 |
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 162 class BatchGetDiscoverableRegistryRecordError < Struct.new( :registry_id, :record_id, :error_code, :message) SENSITIVE = [] include Aws::Structure end |