Class: Aws::ECR::Types::ImageStorageClassUpdateNotSupportedException

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

Overview

The requested image storage class update is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2700
2701
2702
2703
2704
# File 'lib/aws-sdk-ecr/types.rb', line 2700

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