Class: Aws::ECR::Types::ServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


3479
3480
3481
3482
3483
# File 'lib/aws-sdk-ecr/types.rb', line 3479

class ServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end