Class: Aws::ECR::Types::ServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ServerException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
These errors are usually caused by a server-side issue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message associated with the exception.
Instance Attribute Details
#message ⇒ String
The error message associated with the exception.
3897 3898 3899 3900 3901 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3897 class ServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |