Class: Aws::ECR::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::InvalidParameterException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The specified parameter is invalid. Review the available parameters for the API request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message associated with the exception.
Instance Attribute Details
#message ⇒ String
The error message associated with the exception.
2440 2441 2442 2443 2444 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2440 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |