Skip to content

Commit 65af9c5

Browse files
docs(awscore): Update JavaDoc for AwsServiceException (#5513)
* docs(awscore): Update JavaDoc for AwsServiceException * docs(awscore): Update JavaDoc for AwsServiceException --------- Co-authored-by: Debora N. Ito <[email protected]>
1 parent 645cb0d commit 65af9c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

core/aws-core/src/main/java/software/amazon/awssdk/awscore/exception/AwsServiceException.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@
3131
* by an Amazon web service.
3232
* <p>
3333
* <p>
34-
* AmazonServiceException provides callers several pieces of
34+
* AwsServiceException provides callers several pieces of
3535
* information that can be used to obtain more information about the error and
36-
* why it occurred. In particular, the errorType field can be used to determine
37-
* if the caller's request was invalid, or the service encountered an error on
38-
* the server side while processing it.
36+
* why it occurred.
3937
*
4038
* @see SdkServiceException
4139
*/

0 commit comments

Comments
 (0)