Class: Aws::LicenseManager::Types::FailedDependencyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::FailedDependencyException
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
A dependency required to run the API is missing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#error_code ⇒ String
1487 1488 1489 1490 1491 1492 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1487 class FailedDependencyException < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1487 1488 1489 1490 1491 1492 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1487 class FailedDependencyException < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |