Class: Aws::Types::EnvironmentDetailsError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"AccessDeniedException", ...

Returns the value of attribute code.

Returns:



1115
1116
1117
# File 'sig/types.rbs', line 1115

def code
  @code
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def environment_id
  @environment_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def job_id
  @job_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def message
  @message
end