Class: Aws::ECRPublic::Types::UnsupportedCommandException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::UnsupportedCommandException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1882 1883 1884 1885 1886 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1882 class UnsupportedCommandException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |