Class: Aws::ECR::Types::SigningConfigurationNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb

Overview

The specified signing configuration was not found. This occurs when attempting to retrieve or delete a signing configuration that does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


4674
4675
4676
4677
4678
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4674

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