JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.connectcases.model

Class ResourceNotFoundException

  • All Implemented Interfaces:
    Serializable


    @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public class ResourceNotFoundException
    extends AmazonConnectCasesException 

    We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.

    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceNotFoundException

        public ResourceNotFoundException(String message)
        Constructs a new ResourceNotFoundException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setResourceId

        public void setResourceId(String resourceId)

        Unique identifier of the resource affected.

        Parameters:
        resourceId - Unique identifier of the resource affected.
      • getResourceId

        public String getResourceId()

        Unique identifier of the resource affected.

        Returns:
        Unique identifier of the resource affected.
      • withResourceId

        public ResourceNotFoundException withResourceId(String resourceId)

        Unique identifier of the resource affected.

        Parameters:
        resourceId - Unique identifier of the resource affected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceType

        public void setResourceType(String resourceType)

        Type of the resource affected.

        Parameters:
        resourceType - Type of the resource affected.
      • getResourceType

        public String getResourceType()

        Type of the resource affected.

        Returns:
        Type of the resource affected.
      • withResourceType

        public ResourceNotFoundException withResourceType(String resourceType)

        Type of the resource affected.

        Parameters:
        resourceType - Type of the resource affected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /