Class: Aws::GroundStation::Types::DependencyException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Dependency encountered an error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


893
894
895
896
897
898
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 893

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

#parameter_nameString

Returns:

  • (String)


893
894
895
896
897
898
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 893

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