Class: Aws::Inspector2::Types::FreeTrialInfoError

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

Overview

Information about an error received while accessing free trail data for an account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account associated with the Amazon Inspector free trial information.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3851

class FreeTrialInfoError < Struct.new(
  :account_id,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#codeString

The error code.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3851

class FreeTrialInfoError < Struct.new(
  :account_id,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message returned.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3851

class FreeTrialInfoError < Struct.new(
  :account_id,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end