Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public interface AWSLambda {
* Request throughput limit exceeded
* @throws ResourceInUseException
* The operation conflicts with the resource's availability. For example, you attempted to update an
* EventSoure Mapping in CREATING, or tried to delete a EventSoure mapping currently in the UPDATING state.
* EventSource Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state.
* @sample AWSLambda.DeleteEventSourceMapping
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteEventSourceMapping"
* target="_top">AWS API Documentation</a>
Expand Down Expand Up @@ -1234,7 +1234,7 @@ public interface AWSLambda {
* The resource already exists.
* @throws ResourceInUseException
* The operation conflicts with the resource's availability. For example, you attempted to update an
* EventSoure Mapping in CREATING, or tried to delete a EventSoure mapping currently in the UPDATING state.
* EventSource Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state.
* @sample AWSLambda.UpdateEventSourceMapping
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateEventSourceMapping"
* target="_top">AWS API Documentation</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ final DeleteAliasResult executeDeleteAlias(DeleteAliasRequest deleteAliasRequest
* Request throughput limit exceeded
* @throws ResourceInUseException
* The operation conflicts with the resource's availability. For example, you attempted to update an
* EventSoure Mapping in CREATING, or tried to delete a EventSoure mapping currently in the UPDATING state.
* EventSource Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state.
* @sample AWSLambda.DeleteEventSourceMapping
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteEventSourceMapping"
* target="_top">AWS API Documentation</a>
Expand Down Expand Up @@ -2873,7 +2873,7 @@ final UpdateAliasResult executeUpdateAlias(UpdateAliasRequest updateAliasRequest
* The resource already exists.
* @throws ResourceInUseException
* The operation conflicts with the resource's availability. For example, you attempted to update an
* EventSoure Mapping in CREATING, or tried to delete a EventSoure mapping currently in the UPDATING state.
* EventSource Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state.
* @sample AWSLambda.UpdateEventSourceMapping
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateEventSourceMapping"
* target="_top">AWS API Documentation</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

/**
* <p>
* The operation conflicts with the resource's availability. For example, you attempted to update an EventSoure Mapping
* in CREATING, or tried to delete a EventSoure mapping currently in the UPDATING state.
* The operation conflicts with the resource's availability. For example, you attempted to update an EventSource Mapping
* in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state.
* </p>
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
Expand Down