Module: Aws::MarketplaceAgreement::Client::_CancelAgreementCancellationRequestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CancelAgreementCancellationRequestOutput]
- 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", ...
- #status_message ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#agreement_cancellation_request_id ⇒ ::String
169 |
# File 'sig/client.rbs', line 169
def agreement_cancellation_request_id: () -> ::String
|
#agreement_id ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def agreement_id: () -> ::String
|
#created_at ⇒ ::Time
175 |
# File 'sig/client.rbs', line 175
def created_at: () -> ::Time
|
#description ⇒ ::String
172 |
# File 'sig/client.rbs', line 172
def description: () -> ::String
|
#reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
171 |
# File 'sig/client.rbs', line 171
def reason_code: () -> ("INCORRECT_TERMS_ACCEPTED" | "REPLACING_AGREEMENT" | "TEST_AGREEMENT" | "ALTERNATIVE_PROCUREMENT_CHANNEL" | "PRODUCT_DISCONTINUED" | "UNINTENDED_RENEWAL" | "BUYER_DISSATISFACTION" | "OTHER")
|
#status ⇒ "PENDING_APPROVAL", ...
173 |
# File 'sig/client.rbs', line 173
def status: () -> ("PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "CANCELLED" | "VALIDATION_FAILED")
|
#status_message ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def status_message: () -> ::String
|
#updated_at ⇒ ::Time
176 |
# File 'sig/client.rbs', line 176
def updated_at: () -> ::Time
|