Class: Aws::ECRPublic::Types::UnsupportedCommandException

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

Overview

The action isn't supported in this Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1882
1883
1884
1885
1886
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1882

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