Class: Aws::GroundStation::Types::DependencyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DependencyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Dependency encountered an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
920 921 922 923 924 925 |
# File 'lib/aws-sdk-groundstation/types.rb', line 920 class DependencyException < Struct.new( :message, :parameter_name) SENSITIVE = [] include Aws::Structure end |
#parameter_name ⇒ String
920 921 922 923 924 925 |
# File 'lib/aws-sdk-groundstation/types.rb', line 920 class DependencyException < Struct.new( :message, :parameter_name) SENSITIVE = [] include Aws::Structure end |