Class: Aws::Types::ResourceNotFoundException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def message
  @message
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


788
789
790
# File 'sig/types.rbs', line 788

def request_id
  @request_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def resource_id
  @resource_id
end

#resource_type"Agreement", ...

Returns the value of attribute resource_type.

Returns:

  • ("Agreement", "AgreementRequest", "AgreementProposal", "Charge", "PaymentRequest", "Invoice", "AgreementCancellationRequest", "BillingAdjustmentRequest")


791
792
793
# File 'sig/types.rbs', line 791

def resource_type
  @resource_type
end