Class: Aws::ECRPublic::Types::ServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::ServerException
- Defined in:
- gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb
Overview
These errors are usually caused by a server-side issue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1743 1744 1745 1746 1747 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1743 class ServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |