Class: Aws::Inspector2::Types::FreeTrialInfoError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::FreeTrialInfoError
- 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
-
#account_id ⇒ String
The account associated with the Amazon Inspector free trial information.
-
#code ⇒ String
The error code.
-
#message ⇒ String
The error message returned.
Instance Attribute Details
#account_id ⇒ String
The account associated with the Amazon Inspector free trial information.
3871 3872 3873 3874 3875 3876 3877 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3871 class FreeTrialInfoError < Struct.new( :account_id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#code ⇒ String
The error code.
3871 3872 3873 3874 3875 3876 3877 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3871 class FreeTrialInfoError < Struct.new( :account_id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message returned.
3871 3872 3873 3874 3875 3876 3877 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3871 class FreeTrialInfoError < Struct.new( :account_id, :code, :message) SENSITIVE = [] include Aws::Structure end |