Module: Aws::MarketplaceAgreement::Client::_SendAgreementCancellationRequestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SendAgreementCancellationRequestOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agreement_cancellation_request_id ⇒ ::String
- #agreement_id ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
- #status ⇒ "PENDING_APPROVAL", ...
- #updated_at ⇒ ::Time
Instance Method Details
#agreement_cancellation_request_id ⇒ ::String
505 |
# File 'sig/client.rbs', line 505
def agreement_cancellation_request_id: () -> ::String
|
#agreement_id ⇒ ::String
504 |
# File 'sig/client.rbs', line 504
def agreement_id: () -> ::String
|
#created_at ⇒ ::Time
509 |
# File 'sig/client.rbs', line 509
def created_at: () -> ::Time
|
#description ⇒ ::String
508 |
# File 'sig/client.rbs', line 508
def description: () -> ::String
|
#reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
507 |
# File 'sig/client.rbs', line 507
def reason_code: () -> ("INCORRECT_TERMS_ACCEPTED" | "REPLACING_AGREEMENT" | "TEST_AGREEMENT" | "ALTERNATIVE_PROCUREMENT_CHANNEL" | "PRODUCT_DISCONTINUED" | "UNINTENDED_RENEWAL" | "BUYER_DISSATISFACTION" | "OTHER")
|
#status ⇒ "PENDING_APPROVAL", ...
506 |
# File 'sig/client.rbs', line 506
def status: () -> ("PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "CANCELLED" | "VALIDATION_FAILED")
|
#updated_at ⇒ ::Time
510 |
# File 'sig/client.rbs', line 510
def updated_at: () -> ::Time
|