Class: Aws::ECR::Types::KmsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::KmsException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The operation failed due to a KMS exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_error ⇒ String
The error code returned by KMS.
-
#message ⇒ String
Instance Attribute Details
#kms_error ⇒ String
The error code returned by KMS.
2469 2470 2471 2472 2473 2474 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2469 class KmsException < Struct.new( :message, :kms_error) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2469 2470 2471 2472 2473 2474 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2469 class KmsException < Struct.new( :message, :kms_error) SENSITIVE = [] include Aws::Structure end |