Class: Aws::ECR::Types::UnsupportedImageTypeException

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

Overview

The image is of a type that cannot be scanned.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3780
3781
3782
3783
3784
# File 'lib/aws-sdk-ecr/types.rb', line 3780

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