Class: Aws::Types::BatchGetRepositoriesError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"EncryptionIntegrityChecksFailedException", ...

Returns the value of attribute error_code.



193
194
195
# File 'sig/types.rbs', line 193

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def error_message
  @error_message
end

#repository_id::String

Returns the value of attribute repository_id.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def repository_id
  @repository_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def repository_name
  @repository_name
end