Class: Fog::AWS::KMS

Inherits:
Service
  • Object
show all
Extended by:
CredentialFetcher::ServiceMethods
Defined in:
lib/fog/aws/kms.rb,
lib/fog/aws/models/kms/key.rb,
lib/fog/aws/models/kms/keys.rb,
lib/fog/aws/requests/kms/list_keys.rb,
lib/fog/aws/requests/kms/create_key.rb,
lib/fog/aws/requests/kms/describe_key.rb

Defined Under Namespace

Classes: Key, Keys, Mock, Real

Constant Summary collapse

DependencyTimeoutException =
Class.new(Fog::Errors::Error)
DisabledException =
Class.new(Fog::Errors::Error)
InvalidArnException =
Class.new(Fog::Errors::Error)
InvalidGrantTokenException =
Class.new(Fog::Errors::Error)
InvalidKeyUsageException =
Class.new(Fog::Errors::Error)
KMSInternalException =
Class.new(Fog::Errors::Error)
KeyUnavailableException =
Class.new(Fog::Errors::Error)
MalformedPolicyDocumentException =
Class.new(Fog::Errors::Error)
NotFoundException =
Class.new(Fog::Errors::Error)

Method Summary

Methods included from CredentialFetcher::ServiceMethods

fetch_credentials, fetch_credentials_token_header