Class: Aws::ECR::Types::KmsException

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

Overview

The operation failed due to a KMS exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_errorString

The error code returned by KMS.

Returns:

  • (String)


2171
2172
2173
2174
2175
2176
# File 'lib/aws-sdk-ecr/types.rb', line 2171

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

#messageString

Returns:

  • (String)


2171
2172
2173
2174
2175
2176
# File 'lib/aws-sdk-ecr/types.rb', line 2171

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