Class: Aws::Types::OrderingRequirement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ordering_requirement_type"OUTPOST_ACTIVE_CHECK_ERROR", ...

Returns the value of attribute ordering_requirement_type.

Returns:

  • ("OUTPOST_ACTIVE_CHECK_ERROR", "MAXIMUM_ALLOWED_ORDERS_CHECK_ERROR", "VALID_ZIP_CODE_CHECK_ERROR", "RACK_PHYSICAL_PROPERTIES_CHECK_ERROR", "OPERATING_ADDRESS_EXISTENCE_CHECK_ERROR", "SHIPPING_ADDRESS_EXISTENCE_CHECK_ERROR", "COUNTRY_CODE_MISMATCH_CHECK_ERROR", "OUTPOST_GENERATION_MISMATCH_ERROR", "UNSUPPORTED", "OUTPOST_ID_MISSING_ON_QUOTE_ERROR", "ENTERPRISE_SUPPORT_ERROR", "SHIPPING_ADDRESS_MISSING_CONTACT_NAME_ERROR", "SHIPPING_ADDRESS_MISSING_CONTACT_NUMBER_ERROR", "SHIPPING_ADDRESS_MISSING_CONTACT_INFO_ERROR", "OUTPOST_STATE_CHANGED_ERROR", "OUTPOST_NOT_FOUND_ERROR", "OUTPOST_RENEWAL_REQUIRED_ERROR")


662
663
664
# File 'sig/types.rbs', line 662

def ordering_requirement_type
  @ordering_requirement_type
end

#status"PASS", ...

Returns the value of attribute status.

Returns:

  • ("PASS", "FAIL", "EXEMPT")


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

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def status_message
  @status_message
end