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)


3789
3790
3791
3792
3793
3794
3795
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3789

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

#codeString

The error code.

Returns:

  • (String)


3789
3790
3791
3792
3793
3794
3795
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3789

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

#messageString

The error message returned.

Returns:

  • (String)


3789
3790
3791
3792
3793
3794
3795
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3789

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