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
928 929 930 931 932 933 |
# File 'lib/aws-sdk-groundstation/types.rb', line 928 class DependencyException < Struct.new( :message, :parameter_name) SENSITIVE = [] include Aws::Structure end |
#parameter_name ⇒ String
928 929 930 931 932 933 |
# File 'lib/aws-sdk-groundstation/types.rb', line 928 class DependencyException < Struct.new( :message, :parameter_name) SENSITIVE = [] include Aws::Structure end |