Class: Aws::AgentRegistry::Types::BatchGetDiscoverableRegistryRecordError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_code ⇒ String

The machine-readable reason that the record could not be retrieved.

Returns:

  • (String)


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.

Returns:

  • (String)


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).

Returns:

  • (String)


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.

Returns:

  • (String)


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