Class: Aws::Types::JobError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"ACCESS_DENIED_EXCEPTION", ...

Returns the value of attribute code.

Returns:

  • ("ACCESS_DENIED_EXCEPTION", "INTERNAL_SERVER_EXCEPTION", "MALWARE_DETECTED", "RESOURCE_NOT_FOUND_EXCEPTION", "SERVICE_QUOTA_EXCEEDED_EXCEPTION", "VALIDATION_EXCEPTION", "MALWARE_SCAN_ENCRYPTED_FILE")


664
665
666
# File 'sig/types.rbs', line 664

def code
  @code
end

#detailsTypes::Details

Returns the value of attribute details.

Returns:



665
666
667
# File 'sig/types.rbs', line 665

def details
  @details
end

#limit_name"Assets per revision", ...

Returns the value of attribute limit_name.

Returns:

  • ("Assets per revision", "Asset size in GB", "Amazon Redshift datashare assets per revision", "AWS Lake Formation data permission assets per revision", "Amazon S3 data access assets per revision")


666
667
668
# File 'sig/types.rbs', line 666

def limit_name
  @limit_name
end

#limit_value::Float

Returns the value of attribute limit_value.

Returns:

  • (::Float)


667
668
669
# File 'sig/types.rbs', line 667

def limit_value
  @limit_value
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def message
  @message
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def resource_id
  @resource_id
end

#resource_type"REVISION", ...

Returns the value of attribute resource_type.

Returns:

  • ("REVISION", "ASSET", "DATA_SET")


670
671
672
# File 'sig/types.rbs', line 670

def resource_type
  @resource_type
end